Results for spec@arb_framebuffer_object@fbo-drawbuffers-none use_frag_out

Overview

Result: fail

Back to summary

Details

Detail Value
Returncode 1
Time 0:00:00.242518
Stdout

        
Stderr
Failed to compile fragment shader: 0:1(10): error: GLSL 1.30 is not supported. Supported versions are: 1.10, 1.20, and 1.00 ES

source:
#version 130 
out vec4[4] color; 
#define OUTVAR color 
void main() 
{ 
   OUTVAR[0] = vec4(1.0, 0.0, 0.0, 1.0); 
   OUTVAR[1] = vec4(0.0, 1.0, 0.0, 1.0); 
   OUTVAR[2] = vec4(0.0, 0.0, 1.0, 1.0); 
   OUTVAR[3] = vec4(1.0, 1.0, 0.0, 1.0); 
}
Environment
PIGLIT_SOURCE_DIR="/home/airlied/devel/piglit" PIGLIT_PLATFORM="mixed_glx_egl"
Command
/home/airlied/devel/piglit/bin/fbo-drawbuffers-none use_frag_out -auto -fbo
dmesg

        

Back to summary